home *** CD-ROM | disk | FTP | other *** search
- object SpellerDialog2: TSpellerDialog2
- Left = 317
- Top = 166
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Spelling %s'
- ClientHeight = 262
- ClientWidth = 310
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object InfoMsg: TLabel
- Left = 4
- Top = 4
- Width = 302
- Height = 13
- AutoSize = False
- Caption = 'Unknown word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 4
- Top = 106
- Width = 302
- Height = 13
- AutoSize = False
- Caption = '&Variants'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Misspelling: TRichEdit
- Left = 4
- Top = 20
- Width = 302
- Height = 73
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- HideSelection = False
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- OnChange = MisspellingChange
- OnProtectChange = MisspellingProtectChange
- end
- object Variants: TListBox
- Left = 4
- Top = 122
- Width = 196
- Height = 102
- Style = lbOwnerDrawFixed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 15
- ParentFont = False
- TabOrder = 1
- OnDblClick = ChangeButtonClick
- end
- object ChangeButton: TButton
- Left = 207
- Top = 122
- Width = 99
- Height = 20
- Caption = '&Change'
- Default = True
- TabOrder = 2
- OnClick = ChangeButtonClick
- end
- object ChangeAllButton: TButton
- Left = 207
- Top = 146
- Width = 99
- Height = 21
- Caption = 'Change A&ll'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = ChangeAllButtonClick
- end
- object SkipButton: TButton
- Left = 207
- Top = 179
- Width = 99
- Height = 20
- Caption = '&Skip'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = SkipButtonClick
- end
- object SkipAllButton: TButton
- Left = 207
- Top = 203
- Width = 99
- Height = 20
- Caption = 'S&kip All'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = SkipAllButtonClick
- end
- object AddButton: TButton
- Left = 207
- Top = 236
- Width = 99
- Height = 20
- Caption = '&Add'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = AddButtonClick
- end
- object CancelButton: TButton
- Left = 4
- Top = 236
- Width = 70
- Height = 20
- Cancel = True
- Caption = 'Ca&ncel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = CancelButtonClick
- end
- object CancelEdit: TButton
- Left = 81
- Top = 236
- Width = 119
- Height = 20
- Caption = '&Undo Edit'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- Visible = False
- OnClick = CancelEditClick
- end
- object DelButton: TButton
- Left = 207
- Top = 122
- Width = 99
- Height = 20
- Caption = 'Delete'
- TabOrder = 9
- OnClick = DelButtonClick
- end
- object StartButton: TButton
- Left = 207
- Top = 122
- Width = 99
- Height = 20
- Caption = 'Start'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 10
- Visible = False
- OnClick = StartButtonClick
- end
- end
-